projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86900ba
)
Fix probably gbfile bug. Sorry, I don't know, why that was here.
author
oliskoli
<oliskoli>
Sat, 14 Apr 2007 14:53:59 +0000
(14:53 +0000)
committer
oliskoli
<oliskoli>
Sat, 14 Apr 2007 14:53:59 +0000
(14:53 +0000)
gbfile.c
patch
|
blob
|
history
diff --git
a/gbfile.c
b/gbfile.c
index e86c491ecd25773670eb6d85c518035790282331..affa0066a538ab172d73b5e5bac99a1fe3eb98ab 100644
(file)
--- a/
gbfile.c
+++ b/
gbfile.c
@@
-503,7
+503,7
@@
gbftell(gbfile *file)
#if !ZLIB_INHIBITED
gbsize_t result = gztell(file->handle.gz);
if (file->back != -1) {
-
file->back = -1;
+
//
file->back = -1;
result--;
}
return result;